home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8659 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.cyberport.com!usenet
  2. From: tangent@cyberport.com (Warren Young)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL
  5. Date: Sun, 25 Feb 1996 22:09:50 GMT
  6. Organization: none
  7. Message-ID: <3130dd40.59556938@news.cyberport.com>
  8. References: <4g2s4j$583@news.iii.net> <312b5ef9.213303073@news.cyberport.com> <4glib9$5lv@barad-dur.nas.com>
  9. NNTP-Posting-Host: ppp23.cyberport.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. gldnspud@kali.nas.com (Matt Scott) wrote:
  13.  
  14. >tangent@cyberport.com (Warren Young) wrote:
  15. >
  16. >>A good book on the subject (and one that will answer many more FAQs
  17. >>for you) is Mark Nelson's (?) STL book from IDG Books.  Sorry, no more
  18. >>info than that because the book's at work and I'm not.
  19. >
  20. >That book is indeed a good read and it's what got me going with the
  21. >whole STL paradigm.
  22.  
  23. What struck me about it was that it wasn't _just_ a tutorial.  Instead
  24. of just telling you how to use it, the book actually _explored_ STL,
  25. providing the code and spec for it in the book.  More importantly, STL
  26. code snippets are scattered throughout the book with explanations.
  27. Also, he goes to some lengths to explain internal workings, and to
  28. benchmark the classes so that you know, _specifically_ how each of the
  29. similar classes differs from each other.
  30.  
  31. I wonder, would anyone like to give a micro-review of the other major
  32. STL book (the one coauthored by Dave Musser, I think)?  Not having
  33. seen it, I can only state that Nelson's book is excellent.  I'd like
  34. to be able to recommend the _best_ book, though, and I can't do that
  35. if I don't know anything about the competition.
  36.  
  37. = Warren --
  38.